Accusoft.OCRXpress.nodejs
OCR Xpress for Node.js Functionality

OCR Xpress for Node.js is an SDK designed for document recognition applications. OCR Xpress for Node.js performs the task of recognizing printed characters in a digital image. The digital image can be captured into an uncompressed Bitmap file (BMP) using scanners, cameras, or fax machines. Once the image is loaded, the application has three processing choices:

Figure 1 shows how OCR Xpress for Node.js is laid out.

Figure 1: OCR Xpress for Node.js Model

The API manages three forms of interaction.

Figure 2: Organization of text lines, words, and characters in a text block

An application has access to all this structured data via the Results Manager. The Results Manager and Get Functions topic goes into the details of how to access and use this data. In order to access the Internal Structured Data, the application just has to make a single call to the API. 

Once the Internal Structured Data is constructed, it remains persistent until the Document moves out of scope or is set to null and deleted by the garbage collector.

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback